home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk168 / tinytools / readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  59 lines

  1.  
  2.                          Tiny Tools  V1.0
  3.                          ================
  4.  
  5.  
  6. This archive contains a set of tools/commands. All are tiny and can be made
  7. resident. Use the "ExecMe" batchfile to fix the pure flags. Most tools
  8. require the ARP library.
  9.  
  10.  
  11. Here's a list;
  12.  
  13. CheckList - Check for the presence of an item in a system list.
  14. Clip     - Pipe through clipped lines.
  15. FilTex   - Filter out non-text bytes.
  16. NoReq    - Disable system requesters (toggle).
  17. PForm    - Pipe through formatted lines.
  18. Tee      - Split pipe stream.
  19. WBTF     - WorkBench to front.
  20.  
  21.  
  22. Each tool's directory contains an executable, manual and assembly source.
  23.  
  24. All executables contain a "resident program tag" with a stack size setting
  25. that overrides your shell's default setting, assuming it uses ARP for
  26. launching programs. This helps you conserve memory. None of the tools
  27. require more than 4000 bytes stack, so if you don't use an ARP driven shell
  28. you'll still be safe.
  29.  
  30. Most of these tools are building blocks for making aliases or batchfiles.
  31. Use your imagination and you'll surely find some novel ways in which to
  32. apply them to enhance your system. Don't limit yourself to the scope of
  33. the examples.
  34. Some examples given in the manuals assume an ARP/ASH/PIP: environment. If
  35. your shell has no in-line piping facility, you'll have to use redirection
  36. in order to make use of Clip, PForm and Tee.
  37.  
  38. The source code requires the init.i file in the include directory. No other
  39. include files are needed in order to assemble. I've written these tools in
  40. assembly because I love the snappy way in which my ARP system operates by
  41. virtue of a lot of tools being resident, and I don't want to waste a lot of
  42. memory.
  43.  
  44. You may apply, modify or distribute the source and tools as you see fit.
  45. Preferably keep this archive in its original state though.
  46.  
  47. Direct ideas for new tools or any bug reports to:
  48.  
  49. UUCP: hp4nl!neabbs!ajbrouw
  50.  
  51. or
  52.  
  53. Albert-Jan Brouwer
  54. St-Eustatiusstr. 2
  55. 2612 HA   Delft
  56. The Netherlands
  57.  
  58. Enjoy
  59.